projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ebd5633
)
Don't explicitly add leim to locallispath since it's no longer necessary.
author
Rob Browning
<rlb@defaultvalue.org>
Mon, 18 Apr 2011 00:38:48 +0000
(19:38 -0500)
committer
Rob Browning
<rlb@defaultvalue.org>
Sun, 23 Oct 2011 06:21:39 +0000
(
01:21
-0500)
Closes: #476660
debian/rules
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index 258aceda70ace0189e9ef7bc592d8adfe0320017..5c0447184ff1596cf52cc9823b93a935739e9c61 100755
(executable)
--- a/
debian/rules
+++ b/
debian/rules
@@
-263,9
+263,6
@@
local_lpath := $(local_lpath):/usr/local/share/emacs/site-lisp
local_lpath := $(local_lpath):/usr/share/emacs/$(runtime_ver)/site-lisp
local_lpath := $(local_lpath):/usr/share/emacs/site-lisp
-# This shouldn't be needed as of 20.3
-local_lpath := $(local_lpath):/usr/share/emacs/$(runtime_ver)/leim
-
# Installation local_lpath
local_lpath_install \
:= $(pkgdir_common)/$(subst :,:$(pkgdir_common)/,$(local_lpath))